+Tue May 7 18:36:03 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/x11/xsettings-client.c (xsettings_client_process_event):
+ Check for selection_atom, not property name atom.
+
2002-05-07 Michael Natterer <mitch@gimp.org>
* configure.in: added a new conditional CROSS_COMPILING which
+Tue May 7 18:36:03 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/x11/xsettings-client.c (xsettings_client_process_event):
+ Check for selection_atom, not property name atom.
+
2002-05-07 Michael Natterer <mitch@gimp.org>
* configure.in: added a new conditional CROSS_COMPILING which
+Tue May 7 18:36:03 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/x11/xsettings-client.c (xsettings_client_process_event):
+ Check for selection_atom, not property name atom.
+
2002-05-07 Michael Natterer <mitch@gimp.org>
* configure.in: added a new conditional CROSS_COMPILING which
+Tue May 7 18:36:03 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/x11/xsettings-client.c (xsettings_client_process_event):
+ Check for selection_atom, not property name atom.
+
2002-05-07 Michael Natterer <mitch@gimp.org>
* configure.in: added a new conditional CROSS_COMPILING which
+Tue May 7 18:36:03 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/x11/xsettings-client.c (xsettings_client_process_event):
+ Check for selection_atom, not property name atom.
+
2002-05-07 Michael Natterer <mitch@gimp.org>
* configure.in: added a new conditional CROSS_COMPILING which
+Tue May 7 18:36:03 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/x11/xsettings-client.c (xsettings_client_process_event):
+ Check for selection_atom, not property name atom.
+
2002-05-07 Michael Natterer <mitch@gimp.org>
* configure.in: added a new conditional CROSS_COMPILING which
{
if (xev->xany.type == ClientMessage &&
xev->xclient.message_type == client->manager_atom &&
- xev->xclient.data.l[1] == client->xsettings_atom)
+ xev->xclient.data.l[1] == client->selection_atom)
{
check_manager_window (client);
return True;